function [theta_6,l] = fermeture_geometrique(theta_5)
a=0.02;
b=0.05;
theta_6=acos(-(a/b)*cos(theta_5));
l=a*sin(theta_5)+b*sin(theta_6);
